Uses of Class
org.eclipse.vtp.framework.common.configurations.ScriptConfiguration

Packages that use ScriptConfiguration
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.observers   
 

Uses of ScriptConfiguration in org.eclipse.vtp.framework.common.actions
 

Constructors in org.eclipse.vtp.framework.common.actions with parameters of type ScriptConfiguration
ScriptedAction(IActionContext context, IScriptingService scriptingService, ScriptConfiguration configuration)
          Creates a new ScriptedAction.
 

Uses of ScriptConfiguration in org.eclipse.vtp.framework.common.observers
 

Constructors in org.eclipse.vtp.framework.common.observers with parameters of type ScriptConfiguration
ScriptedObserver(IScriptingService scriptingService, ScriptConfiguration configuration)
          Creates a new ScriptedAction.